github.com/klauspost/compress/flate.fastGen.addBlock (method)
7 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L80: func (e *fastGen) addBlock(src []byte) int32 {
level1.go#L51: s := e.addBlock(src)
level2.go#L49: s := e.addBlock(src)
level3.go#L53: s := e.addBlock(src)
level4.go#L55: s := e.addBlock(src)
level5.go#L62: s := e.addBlock(src)
level6.go#L62: s := e.addBlock(src)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |